home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / swf / 10204.swf / scripts / frame_1 / PlaceObject2_75_29 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2003-01-07  |  307b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       Mouse.hide();
  5.       _root.mirino._visible = 1;
  6.       _root.mirino._x = _root._xmouse;
  7.       _root.mirino._y = _root._ymouse;
  8.    }
  9.    else
  10.    {
  11.       Mouse.show();
  12.       _root.mirino._visible = 0;
  13.    }
  14. }
  15.